-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reland "[infra] Update Jazzer to v0.17.1" (#10537)" #10538
Conversation
This reverts commit cac7ccd.
/gcbrun trial_build.py jvm --sanitizer coverage address undefined |
CC @fmeum |
@jonathanmetzman The current failure looks like a flake (network issue), could you retrigger it? |
/gcbrun trial_build.py jvm --sanitizer coverage address undefined |
Failures:
|
@jonathanmetzman Does this list only include projects that build successfully on main? |
A number of them are failing, but not all e.g. |
It's supposed to. It's also from yesterday. I usually look at https://oss-fuzz-build-logs.storage.googleapis.com/index.html to tall |
of the above list |
I tested the listed projects locally:
The coverage build failures I either couldn't reproduce or they seemed unrelated. @jonathanmetzman Could you merge #10550 into the reland PR? Should I look into fixing any of the remaining issues? Especially with the regular findings during |
Ref: #10481 (comment) Java projects are currently failing Fuzz Introspector following #10538 ```bash Step #6 - "compile-libfuzzer-introspector-x86_64": --------------------------------------------------------------- Step #6 - "compile-libfuzzer-introspector-x86_64": chmod: cannot access '/workspace/out/libfuzzer-introspector-x86_64/jazzer_driver_with_sanitizer': No such file or directory Step #6 - "compile-libfuzzer-introspector-x86_64": ******************************************************************************** ``` There is a missing "introspector" conditional in https://github.com/google/oss-fuzz/blob/6922c8c1ac27c9a459ce41201991e296a6bace54/infra/base-images/base-builder/compile#L152-L171 This causes line 171 to fail. It may be convenient to search for "jvm" in the table here https://introspector.oss-fuzz.com/indexing-overview which will show the introspector build status is red for all.
This reverts commit cac7ccd.